home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / Communications Toolbox / CTB Sample Code 1.0b16 / CTB Sources / Sources 2 / Terminal Tool for CTB / tver.r < prev   
Encoding:
Text File  |  1989-10-06  |  1.0 KB  |  51 lines  |  [TEXT/MPS ]

  1. /* ================================================================== **
  2.  
  3.     Purpose:        Terminal tool main version resource 
  4.         module.  Same structure as 'vers' resources. 
  5.  
  6.     Module :        tver.r
  7.  
  8.     Authors:        Craig Hotchkiss, Alex Kazim, Byron Han, 
  9.                         Carol Lee
  10.                     Apple Computer, Inc.
  11.                     Networks & Communications
  12.                     20525 Mariani Drive
  13.                     Cupertino, CA 95014
  14.  
  15.     Version :        1.0D9 
  16.  
  17.     Date :            9.may.89
  18.  
  19.     History :
  20.         9.may.89    Creation date
  21.         25.aug.89    Version string modified.  Rebuilt for CTB 1.0b6
  22.         18.sep.89    Mod for b8
  23.         
  24.  
  25.  
  26.     ©1989 Apple Computer, Inc.  All Rights Reserved.
  27.     This software is proprietary to Apple Computer, Inc.
  28.     It may not be copied, in whole or in part,
  29.     without the written consent of Apple Computer, Inc.
  30.  
  31. ** ==================================================================== */
  32.  
  33.  
  34. #include "SysTypes.r"
  35. #include "types.r"
  36.  
  37. #include "TMTypes.r"
  38.  
  39. resource 'vers' (1) {
  40.     0x01, 
  41.     0x00, 
  42.     alpha, 
  43.     0x0C, 
  44.     verUS,
  45.     "1.0a1",
  46.     "1.0a1, Copyright © Craig S. Hotchkiss & Apple Computer, Inc. 1988-1989."
  47. };
  48.  
  49.  
  50.  
  51.